ALTER TABLE `customer` 
ADD COLUMN `Pflegegrad` INT NULL DEFAULT NULL COMMENT '' AFTER `GradDerBehinderung`;
